home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / libg++ / etc / graph / pdefs.h < prev    next >
C/C++ Source or Header  |  1991-06-28  |  219b  |  10 lines

  1. // -*- C++ -*-
  2. struct point
  3. {
  4.   double x, y;            // x and y coordinates
  5.   char *label;            // label attched to coordinates.
  6.   int symbol;            // index of symbol drawn at corrdinates.
  7. };
  8.  
  9. #define DEFAULT_INITIAL_CAPACITY 1024
  10.